home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / ddaydark.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  4.2 KB  |  240 lines

  1. //E3 D-Day Modified Textures (ACDSee Enhance: 10% Blackpoint shift in Levels)
  2. //Modifications by Steve Fukuda April 27 2001. 
  3. //Based on textures from the Mohtest, Misc_Outside, and Test subdirectories.
  4. //.TGAs were darkened slightly, no other changes were made.
  5. //Original .TGAs are untouched and in correct directories.
  6. //Modified .TGAs are copies located in the Ddaydark texture subdirectory.
  7.  
  8. textures/ddaydark/minefield_omaha_dark
  9. {
  10.     qer_editorimage textures/ddaydark/minefield_omaha_dark.tga
  11.     qer_keyword m2
  12.     qer_keyword terrain
  13.     surfaceparm dirt
  14.     {
  15.         map textures/ddaydark/minefield_omaha_dark.tga
  16.         depthWrite
  17.         rgbGen identity
  18.     }
  19.     {
  20.         map $lightmap
  21.         rgbGen identity
  22.         blendFunc GL_DST_COLOR GL_ZERO
  23.         depthFunc equal
  24.     }
  25.  
  26. textures/ddaydark/grassbordertrans_obeachset1_dark
  27. {
  28.     qer_editorimage textures/ddaydark/grassbordertrans_obeachset1_dark.tga
  29.     qer_keyword m2
  30.     qer_keyword terrain
  31.     surfaceparm dirt
  32.     {
  33.         map textures/ddaydark/grassbordertrans_obeachset1_dark.tga
  34.         depthWrite
  35.         rgbGen identity
  36.     }
  37.     {
  38.         map $lightmap
  39.         rgbGen identity
  40.         blendFunc GL_DST_COLOR GL_ZERO
  41.         depthFunc equal
  42.     }
  43.  
  44. textures/ddaydark/rubbledark
  45. {
  46.     qer_keyword natural
  47.     qer_keyword floor
  48.     qer_keyword flat
  49.     qer_keyword dirt
  50.     surfaceparm dirt
  51.     {
  52.         map textures/ddaydark/rubbledark.tga
  53.         depthWrite
  54.         rgbGen identity
  55.     }
  56.     {
  57.         map $lightmap
  58.         rgbGen identity
  59.         blendFunc GL_DST_COLOR GL_ZERO
  60.         depthFunc equal
  61.     }
  62. }
  63.  
  64. textures/ddaydark/grassbrdr_set3_damage2_dark
  65. {
  66.     qer_keyword terrain
  67.     qer_keyword m2
  68.     qer_keyword dirt
  69.     surfaceParm dirt
  70.     {
  71.         clampmap textures/ddaydark/grassbrdr_set3_damage2_dark.tga
  72.         rgbGen identity
  73.         depthWrite
  74.     }
  75.     {
  76.         map $lightmap
  77.         blendFunc GL_DST_COLOR GL_ZERO
  78.         rgbGen identity
  79.         depthFunc equal
  80.     }
  81.  
  82. textures/misc_outside/nugrass_set2atrans_dark
  83. {
  84.     qer_keyword grass
  85.     qer_keyword floor
  86.     qer_keyword natural
  87.     qer_keyword flat
  88.     surfaceparm grass
  89.     {
  90.         map textures/misc_outside/nugrass_set2atrans_dark.tga
  91.         depthWrite
  92.         rgbGen identity
  93.     }
  94.     {
  95.         map $lightmap
  96.         rgbGen identity
  97.         blendFunc GL_DST_COLOR GL_ZERO
  98.         depthFunc equal
  99.     }
  100.  
  101. textures/ddaydark/omaha_darkset2
  102. {
  103.     qer_keyword wall
  104.     qer_keyword tudor
  105.     surfaceparm dirt
  106.     {
  107.         map textures/ddaydark/omaha_darkset2.tga
  108.         depthWrite
  109.         rgbGen identity
  110.     }
  111.     {
  112.         map $lightmap
  113.         rgbGen identity
  114.         blendFunc GL_DST_COLOR GL_ZERO
  115.         depthFunc equal
  116.     }
  117.  
  118. textures/ddaydark/omaha_darkset_sline
  119. {
  120.     qer_keyword wall
  121.     qer_keyword tudor
  122.     surfaceparm dirt
  123.     {
  124.         map textures/ddaydark/omaha_darkset_sline.tga
  125.         depthWrite
  126.         rgbGen identity
  127.     }
  128.     {
  129.         map $lightmap
  130.         rgbGen identity
  131.         blendFunc GL_DST_COLOR GL_ZERO
  132.         depthFunc equal
  133.     }
  134.  
  135. textures/ddaydark/omaha_darkset5
  136. {
  137.     qer_keyword wall
  138.     qer_keyword tudor
  139.     surfaceparm dirt
  140.     {
  141.         map textures/ddaydark/omaha_darkset5.tga
  142.         depthWrite
  143.         rgbGen identity
  144.     }
  145.     {
  146.         map $lightmap
  147.         rgbGen identity
  148.         blendFunc GL_DST_COLOR GL_ZERO
  149.         depthFunc equal
  150.     }
  151.  
  152. textures/ddaydark/omaha_darkset3
  153. {
  154.     qer_keyword wall
  155.     qer_keyword tudor
  156.     surfaceparm dirt
  157.     {
  158.         map textures/ddaydark/omaha_darkset3.tga
  159.         depthWrite
  160.         rgbGen identity
  161.     }
  162.     {
  163.         map $lightmap
  164.         rgbGen identity
  165.         blendFunc GL_DST_COLOR GL_ZERO
  166.         depthFunc equal
  167.     }
  168.  
  169. textures/ddaydark/omaha_darkset9
  170. {
  171.     qer_keyword wall
  172.     qer_keyword tudor
  173.     surfaceparm dirt
  174.     {
  175.         map textures/ddaydark/omaha_darkset9.tga
  176.         depthWrite
  177.         rgbGen identity
  178.     }
  179.     {
  180.         map $lightmap
  181.         rgbGen identity
  182.         blendFunc GL_DST_COLOR GL_ZERO
  183.         depthFunc equal
  184.     }
  185.  
  186. textures/ddaydark/omaha_darkset8
  187. {
  188.     qer_keyword wall
  189.     qer_keyword tudor
  190.     surfaceparm dirt
  191.     {
  192.         map textures/ddaydark/omaha_darkset8.tga
  193.         depthWrite
  194.         rgbGen identity
  195.     }
  196.     {
  197.         map $lightmap
  198.         rgbGen identity
  199.         blendFunc GL_DST_COLOR GL_ZERO
  200.         depthFunc equal
  201.     }
  202.  
  203. textures/ddaydark/darktrans4
  204. {
  205.     qer_keyword m2
  206.     qer_keyword terrain
  207.     surfaceparm dirt
  208.     {
  209.         clampmap textures/ddaydark/darktrans4.tga
  210.         depthWrite
  211.         rgbGen identity
  212.     }
  213.     {
  214.         map $lightmap
  215.         rgbGen identity
  216.         blendFunc GL_DST_COLOR GL_ZERO
  217.         depthFunc equal
  218.     }
  219. }
  220.  
  221. textures/ddaydark/d-day3
  222. {
  223.     qer_editorimage textures/sky/dday_ed.tga
  224.     qer_keyword utility
  225.     qer_keyword sky
  226.     surfaceparm nolightmap
  227.     surfaceparm noimpact
  228.     surfaceparm sky
  229.     skyParms env/dday3 512 -
  230. }